home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / jikes / jikes.readme next >
Text File  |  1999-05-14  |  2KB  |  52 lines

  1. Short:    IBM's fast Java compiler, v.047 (source)
  2. Author:   Philippe Charles and David Shields, IBM Research.
  3. Uploader: kyrimis@cti.gr (Kriton Kyrimis)
  4. Version:  0.47
  5. Type:     dev/lang
  6.  
  7. This is the source distribution of IBM's fast java compiler.
  8.  
  9. To build jikes on the Amiga, you can either run the configure script,
  10. e.g., "configure --prefix=/gg" from sh and tweak the resulting Makefile,
  11. or simply copy Makefile.amiga to Makefile.
  12.  
  13. Before typing "make", you may want to make the following changes to the
  14. Makefile:
  15. * Change the CPU and FPU options.
  16. * Change the optimization level. Note that using -O2 will produce a binary
  17.   that is about a megabyte larger, and the resulting gains in compilation
  18.   time will be overwhelmed by the additional loading time. Also note that
  19.   you will need at least 70M of memory to compile jikes with -O2, i.e.,
  20.   you will most likely need to use VMM, and that on a 68040@28MHz it
  21.   takes about a day to produce the optimized binary. In other words,
  22.   don't bother.
  23.  
  24. INSTALLATION:
  25. Simply copy the jikes executable somewhere in your path.
  26.  
  27. USAGE:
  28. Set either the CLASSPATH or the JIKESPATH environment variable to point
  29. to the directories and zip/jar files that you want your compiler to use.
  30. E.g., if you are using Kaffe, you can say:
  31. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  32. Separate the path components using semicolons. You can use UNIX "." and ".."
  33. notation for the current directory and for the parent directory of a
  34. directory.
  35.  
  36. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  37. and I'll see what I can do.
  38.  
  39. Kriton Kyrimis.
  40.  
  41. ******************************************************************************
  42. This product includes software developed by IBM Corp. as part of
  43. the IBM Research Jikes Compiler Project, http://www.ibm.com/research/jikes.
  44.  
  45. This software is subject to the terms of the IBM Jikes Compiler
  46. License Agreement available at the following URL:
  47. http://www.ibm.com/research/jikes. Copyright (C) 1996, 1999,
  48. International Business Machines Corporation and others. All Rights
  49. Reserved. You must accept the terms of that agreement to use this
  50. software.
  51. ******************************************************************************
  52.